home *** CD-ROM | disk | FTP | other *** search
- #ifndef _ApplicationEvents_h_
- #define _ApplicationEvents_h_
-
- #define kAEMakeFrontAppEvent 0
- #define kAEGoBackGroundEvent 1
- #define kAEActivateEvent 2
- #define kAEDeactivateEvent 3
- #define kAEHideEvent 4
- #define kAEMenuSelect 5 // see below
- #define kAEProgramSpec 6
-
- typedef struct AEMenuWhere
- {
- uchar which; // this is type of menu, not location
- uchar num; // how many menu things from the top it is
- };
-
- /*
- kAEMenuSelect - uses type AEMenuWhere to pass info on where stuff was slected
-
-
- */
-
- #endif